home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 7 / autod101.zip / CRSADL.TXT < prev    next >
Text File  |  1991-07-09  |  3KB  |  57 lines

  1.  
  2. AutoDownload Telix Script for CRS   ver 1.01             d/ 09 JUL 91
  3. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4. Description:
  5. ~~~~~~~~~~~~
  6.         This SALT Script file continuously redials CRS until a connection
  7. is established. It then opens the file "FILES.DL" (which should contain a
  8. list of files to be downloaded), logs into the IBM conference, and Batch
  9. Downloads the files listed using ZModem. After the download session (or if
  10. disconnected), the script automatically hangs up and exits Telix to DOS.
  11.  
  12. Setup and customization:
  13. ~~~~~~~~~~~~~~~~~~~~~~~~
  14.         Set the string "user_name" to the name you use to login, ie. :
  15. str user_name[] = "JOHN DORF"; .
  16.         Set the string "number_list" in the script to the numbers of the
  17. CRS entries in your dialling directory. For example, if your dialling 
  18. directory is :     1. CRS1   629-7000
  19.                    2. CRS2   629-7044
  20. set the number_list string to : "str number_list[] = "1 2"; .
  21.         Compile the script by typing "CS CRSADL" - this should generate 
  22. CRSADL.SLC.
  23.         Edit these entries in your dialling directory (if necessary) to 
  24. include your password, and set the default download protocol to ZModem.
  25.         With your favorite editor, create a file called FILES.DL, and 
  26. enter a list of files to be downloaded. This must be a straight ASCII 
  27. text file (ie. Word* or Wordperverse files won't work), with * one * 
  28. filename per line. Each filename must end with a cr/lf, and the file must 
  29. have a "^Z" or EOF terminator (ie. 1Ah) in order to work. The Xtree Pro 
  30. editor works, and so does "copy con FILES.DL". Check the file with DEBUG
  31. or a hex dump utility if you're not sure.
  32.         The file FILES.DL should be in the same (sub)directory as 
  33. TELIX.EXE, and the compiled SALT Script should be in the SALT 
  34. subdirectory specified in the TELIX "Configure Telix/ Filenames and Paths"
  35. menu.
  36.  
  37. Invocation:
  38.         At the DOS prompt, type "TELIX /SCRSADL", sit back, and watch.
  39.  
  40. Caveats and cautions:
  41.         This SALT Script file runs under Telix 3.11, but has not been
  42. tested on any others. It has also not been tested on any other BBS's than 
  43. CRS, or any other conferences than the IBM one. There may even be better 
  44. autodownload scripts available on CRS - if you find one, or can improve 
  45. this one, post it on the board.
  46.         This is also my first attempt at SALT programming, ('nuff said).
  47.  
  48. Ideas ...:
  49.         1. Try running this from a batch file ....
  50.         2. Figure out a way to TURN OFF the computer when TELIX 
  51.            finishes the download ....
  52.  
  53. Kudos and thanks to "JOHN DORF" and Matthew Silver, who will recognize
  54. their code, and (of course) Colin Sampaleanu & co.
  55.  
  56.                                               Bill Griffith
  57.